Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
get_defined_functions
get_defined_functions
Returns an array of all defined functions
Name:
get_defined_functions
Category:
Function processing
Programming Language:
php
One-line Description:
Returns an array of all defined functions
Related
How to Use get_defined_functions to List All PHP Built-in and User-defined Functions?
2
get_defined_functions Function Usage: A Detailed Guide Even PHP Beginners Can Understand
4
Similar Functions
forward_static_call_array
forward_static_call_array
Callstaticmethodsand
get_defined_functions
get_defined_functions
Returnsanarrayofalld
create_function
create_function
Createananonymous(la
forward_static_call
forward_static_call
Callingstaticmethods
func_get_args
func_get_args
Returnsanarraycontai
func_get_arg
func_get_arg
Returnsaniteminthepa
function_exists
function_exists
Returntrueifthegiven
register_tick_function
register_tick_function
Registeranexecutionf
Popular Articles
How to Use get_defined_functions to List All PHP Built-in and User-defined Functions?
get_defined_functions Function Usage: A Detailed Guide Even PHP Beginners Can Understand